projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65c1b8a
)
(mode-line-modified): Delete one of the leading dashes.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 17 May 1997 04:19:19 +0000
(
04:19
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 17 May 1997 04:19:19 +0000
(
04:19
+0000)
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index a3d795952fbb4aba4dbd06f66cad27bc37bae4ba..203f65436b69ff605bb4f60ec441a774215a9141 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-71,7
+71,7
@@
Normally nil in most modes, since there is no process to display.")
(make-variable-buffer-local 'mode-line-process)
-(defvar mode-line-modified (purecopy '("-
-
%1*%1+"))
+(defvar mode-line-modified (purecopy '("-%1*%1+"))
"Mode-line control for displaying whether current buffer is modified.")
(make-variable-buffer-local 'mode-line-modified)